home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / libs / graphics3d.lha / src / library / graphics3D2d.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-17  |  1.0 KB  |  36 lines

  1. /*
  2. **      $VER: graphics3D2d.h 11.00 (10.05.98)
  3. **
  4. **      External 2d functions for graphics3D.library
  5. **
  6. **      (C) Copyright 97 Patrizio Biancalani
  7. **      All Rights Reserved.
  8. */
  9.  
  10. extern struct grafica *ini_g(struct Window *win,long int mxv);
  11.  
  12. extern void close_g(struct grafica *graf);
  13.  
  14. extern void switch_rp(struct grafica *graf);
  15.  
  16. extern long int clipbox(struct grafica *graf,long int minx,
  17.        long int miny,long int dx,long int dy);
  18. /*
  19. extern void cls_b(struct grafica *graf,long int x0,
  20.     long int y0,long int x1,long int y1);
  21. */
  22. extern void cls_f(struct ambient3d *amb3d);
  23.  
  24. extern void over(struct grafica *graf,long int mod);
  25.  
  26. extern void pixel( struct ambient3d *amb3d, short int x, short int y, long int col);
  27.  
  28. extern void line( struct ambient3d *amb3d, short int x, short int y, 
  29.         short int x1, short int y1, long int col);
  30.  
  31. extern void drw_t( struct ambient3d *amb3d, short int *buf,
  32.     long int col, long int bordo);
  33.  
  34. extern void drw_q( struct ambient3d *amb3d, short int *buf,
  35.     long int col, long int bordo);
  36.